RainbowSdk
interface RainbowSdk
Interface that serves as the entry point for developers to access the Rainbow SDK for Android. Provides access to the SDK singleton, allowing utilization of all available modules and functionalities.
Samples
com.ale.rainbowsdk.samples.InitializationSampleFunctions
Link copied to clipboard
Provides access to the Conferences module APIs.
Link copied to clipboard
Provides access to the Connection module APIs.
Link copied to clipboard
Provides access to the FileStorage module APIs.
Link copied to clipboard
abstract fun initialize(applicationContext: Context, applicationId: String, applicationSecret: String)
Initialize the SDK with your application key and your application secret that you can get on the Rainbow hub.
Link copied to clipboard
Provides access to the Invitations module APIs.
Link copied to clipboard
Provides access to the RoomContainer module APIs.
Link copied to clipboard
Uninitializes the SDK, freeing resources and memory. Recommended for use when no further interaction with the SDK is required.
Link copied to clipboard
Provides access to the Voicemails module APIs.